home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / com.ubuntu.SystemService.conf < prev    next >
Encoding:
Text File  |  2009-03-10  |  483 b   |  17 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.         <policy user="root">
  6.                 <allow own="com.ubuntu.SystemService"/>
  7.         </policy>
  8.  
  9.     <policy context="default">
  10.             <allow send_interface="com.ubuntu.SystemService"/>
  11.         <allow receive_interface="com.ubuntu.SystemService"
  12.                   receive_sender="com.ubuntu.SystemService"/>
  13.     </policy>
  14.  
  15. </busconfig>
  16.  
  17.